Test Studio Storage Service API Documentation

This documentation explains the use of the Test Studio Storage Service API. The Test Studio Storage Service stores all test data produced by a distributed installation of Test Studio. The Storage Service API exposes this data using a RESTful web interface. The API exposes a set of endpoints that correspond to the types of data created by Test Studio. The format for making calls to a specific endpoint is documented in the page for that endpoint.

Applications of the API

The Storage Service API allows developers to access data about the state of their Test Studio test projects and test results. A custom application can then format this information to produce reporting in arbitrary formats. This may facilitate reporting in custom formats or in formats compatible with proprietary technologies.

The Storage Service API also exposes calls to add data to the storage service. However, the Storage Service does not validate data added in this manner. We recommend making such calls with caution, since adding data to the service in an improper format may cause unexpected results.